home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 118
/
cd-rom 118.iso
/
aplic
/
open
/
openofficeorg4.cab
/
testcode.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2005-02-15
|
233 b
|
32 lines
import string
def f():
a = 0
b = 1
c = 2
d = 3
e = 4
g()
def g():
h()
def h():
i()
def i():
j()
def j():
k()
def k():
l()
l = lambda: test()
def test():
string.capwords(1)
f()